.tk_box {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    display: none;
    justify-content: center;
    align-items: Center;
    color: #333;
    z-index: 1000;
  }
 .tk_box .tk_content {
    width: 40%;
    height: 260px;
    text-align: center;
   /* justify-content: center; */
    background-color: #fff;
    border-radius: 10px;
    border: #fff;
    position: relative;
  }
.tk_box .tk_content p {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #0C9EC3;
    border-radius: 10px 10px 0 0;
  }
 .tk_box .tk_content p span {
    color: #fefefe;
    font-size: 18px;
    margin-left: 20px;
  }
 .tk_box .tk_content p a span {
  position: absolute;
  font-size: 18px;
  width: 24px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  right: 10px;
  top: 0;
  }
  .tk_box .tk_content p a span:hover {
  background: #41abd9;
  }
 .tk_box .tk_content .add_name {
    width: 100%;
    height: 79px;
    line-height: 79px;
    margin-top: 30px;
    font-size: 16px;
  }
.tk_box .tk_content .add_name input {
    width: 70%;
    height: 30px;
    border: 1px #ccc solid;
  }
.tk_box .tk_content .add_scope {
    width: 100%;
    height: 70px;
    line-height: 70px;
    font-size: 16px;
    margin-bottom: 20px
  }
 .tk_box .tk_content .add_scope .starttime {
    display: inline-block;
    position: relative;
    width: 33%;
  }
 .tk_box .tk_content .add_scope .starttime .start_time {
    color: #333333;
    text-decoration: none;
    font-size: 16px;
    font-family: "微软雅黑";
    position: relative;
  }
 .tk_box .tk_content .add_scope .starttime .time_start {
    height: 30px;
    width: 98%;
  }
  .tk_box .tk_content .add_scope .starttime  img{
    position: absolute;
    right: 10%;
    top: 25px;
  }
.tk_box .tk_content .add_scope .endtime {
    display: inline-block;
    position: relative;
    width: 33%;
  }
 .tk_box .tk_content .add_scope .endtime .end_time {
    color: #333333;
    text-decoration: none;
    font-size: 16px;
    font-family: "微软雅黑";
    position: relative;
  }
 .tk_box .tk_content .add_scope .endtime .time_end {
    height: 30px;
    width: 98%;
  }
  .tk_box .tk_content .add_scope .endtime  img{
    position: absolute;
    right: 10%;
    top: 25px;
  }
.tk_box .tk_content .add_scope .endtime .riqi {
    width: 20px;
    height: 20px;
    float: right;
    position: absolute;
    right: 25%;
    top: 2px;
  }
.tk_box .tk_content button {
    text-align: center;
    margin-top: 20px;
    width: 100px;
    height: 30px;
    border: none;
    color: #fff;
    background-color: #41abd9;
    border-radius: 5px;
  }



.tk_box form {
  margin: 0 auto;
  width: 500px;
  font-size: 14px;
  height: 510px;
  overflow: hidden;
  justify-content: center;
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  position: relative;
}
.tk_box form p {
  width: 100% !important;
  height: 40px !important;
  line-height: 40px !important;
  background-color: #0C9EC3 !important;
  border-radius: 5px 5px 0 0 !important;
}
.tk_box form p span {
  float: left !important;
  color: #fefefe !important;
  font-size: 16px !important;
  margin-left: 20px !important;
}
.tk_box form p a span {
  position: absolute !important;
  font-size: 18px !important;
  width: 24px !important;
  height: 40px !important;
  line-height: 40px !important;
  text-align: center !important;
  right: 10px;
  top: 0 !important;
}
.tk_box .tk_content p a span:hover {
  background: #41abd9;
}
.tk_box form .layui-form-item {
  width: 100%;
  height: 40px;
  line-height: 40px;
  margin-bottom: 0;
  margin-top: 15px;
}
.tk_box form .layui-form-item .layui-form-label {
  height: 55%;
  font-size: 14px;
  color: #333;
}
.tk_box form .layui-form-item .layui-input-block {
  height: 100%;
  width: 390px;
}
.tk_box form .layui-form-item .layui-input-block select {
  width: 80%;
  height: 30px;
  font-size: 14px;
  color: #666;
  border: 1px #ddd solid;
  border-radius: 2px;
  display: inline-block;
}
.tk_box form .layui-form-item .layui-input-block select option {
  color: #555;
}
.tk_box form .layui-form-item .layui-input-block select option:hover {
  color: #32a5d6;
  background-color: #fff;
}
.tk_box form .region .layui-input-block {
  float: left;
  width: 33%;
}
.tk_box form .region .layui-input-block .region_sel {
  float: left;
  width: 100%;
}
.tk_box form .region .re_r {
  margin-left: 13px;
}
.tk_box form .region .re_l {
  margin-left: 24px;
}
.tk_box form button {
  margin-top: 20px;
}

.tk_box_dc .tk_content {
    width: 400px !important;
    height: 100px !important;
    padding: 0 40px;
    z-index: 9999;
}
.tk_box_dc form p {
  background-color: #fff !important;
}
.tk_box_dc form p span {
  color: #676767 !important;
}
.tk_box_dc form p span:hover {
  color: #fff !important;
}


#tk_box_loading .tk_content {
  height: auto;
  width: auto;
  padding: 2%;
}
#tk_box_loading .tk_content .add_name {
    width: 100%;
    height: 79px;
    line-height: 79px;
    margin-top: 0;
    font-size: 16px;
}


.tk_box_buy {
    z-index: 998 !important;
}
.tk_box_buy .tk_content {
    width: 510px !important;
    height: auto !important;
    text-align: left !important;
    background-color: #Fff !important;
}
.tk_box_buy .span_weixin {
    color: #3DB136 !important;
}
.tk_box_buy .span_zhifubao {
    color: #5A9EF7 !important;
}
.tk_box_buy .tk_box_buy_close {
    color: #fff !important;
}
.tk_box_buy .tk_box_buy_close:hover {
    color: #fff !important;
}
.tk_box_buy form p {
    background-color: #fff !important;
}

.tk_box_buy form p .buyname {
    color: #676767 !important;
    margin-left: -2px !important;
    font-weight: bold;
}
.tk_box_buy form .buyname2 {
    height: 30px!important;
    line-height: 30px !important;
    color: #777777;
}

.tk_box_buy .buylist {
    padding: 4px 0 10px 0;
}
.tk_box_buy p.buyid,.tk_box_buy p.buytime,.tk_box_buy p.buyprice {
    font-size: 13px;
    height: 32px !important;
    color: #777777;
    line-height: 32px !important;
}
.tk_box_buy .buystyle ul li {
    width: 25%;
    float: left;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    text-align: center;
}
.tk_box_buy .buystyle ul li>img {
    width: 28px;
    float: left;
    margin-left: 16px;
    margin-right: -8px;
    margin-top: 6px;
}
.tk_box_buy .buystyle ul .buytablist_1 {
    margin-left: 0;
}
.tk_box_buy .buystyle ul .buytablist_4 {
}
.tk_box_buy .buystyle ul .buytablist_3>img {
    height: 26px;
    margin-top: 4px;
}
.tk_box_buy .buystyle ul .buytablist_4>img {
    margin-top: 10px;
}
.tk_box_buy .buystyle ul li>p {
    width: auto !important;
    font-size: 14px;
    border-radius: 0 !important;
    background-color: #F4F4F4 !important;
}
.tk_box_buy .buywallet {
    height: auto;
}
.tk_box_buy .buywallet .buywallet_span {width: 100%;height: 20px;display: none;}
.tk_box_buy .buywallet .buywallet_span div {
    width:3px;
    height: 20px;
    line-height: 20px;
    background:rgba(0,183,238,1);
    float: left;
}
.tk_box_buy .buywallet .buywallet_span p {
    font-size: 16px;
    color: #676767;
    margin-left: 20px;
    height: 20px !important;
    line-height: 20px !important;
    width: 70px !important;
}

.tk_box_buy .buywallet_yue_oringe {
    color: #F39C12;
}
.tk_box_buy .buywallet_yue_red {
    color: #F16C69;
}
.tk_box_buy .buywallet_yue_oringe i {
    font-style: normal;
    color: #FD5E5E;
    margin-left: 4px;
    text-decoration: underline;
    cursor: pointer;
}
.tk_box_buy .buywallet .buywallet_yue {width: 100%;height: 30px !important;line-height: 30px !important;}
.tk_box_buy .buywallet .buywallet_yue .label_wallet {
    float: left;
    height: 20px;
    line-height: 20px;
    width: 50%;
    border-right: 1px #ddd solid;
}
.tk_box_buy .buywallet .buy